home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
DEMO
/
VGAFISH.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-01
|
193b
|
12 lines
@echo off
echo VGA ocean view. Start the program, press ESC to end.
echo.
echo Press any key to continue or...
echo Press CTRL-C to cancel.
echo.
pause >nul
cd vgafish
vfish4
cd..